Shopping Cart - Get New Session( getNewSession )

Navigate to Shopping Cart

Details

  • Name Get New Session
  • Description Get New Session returns you a new session id GUID. This will be your primary key when working with your shopping cart.
  • MethodGroup General

Parameters

  • q
    Type Boolean
    Description Required parameter q. This must be provided to activate the query.
    Example <a class="showCode" href="/cart/getNewSession?q=true">/cart/getNewSession?q=true</a>
  • nonce
    Type String
    Description Required Parameter. produced and provided by the caller to verify the response nonce matches.
    Example <a class="showCode" href="/cart/getNewSession?q=true&nonce=aklsdjflkadsfjaldksfj">/cart/getNewSession?q=true&nonce=aklsdjflkadsfjaldksfj</a>
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get New Session Model">getNewSessionModel</a>
    Name Get New Session Model
    Description The response object model returned when calling Bookeasy - getNewSessionModel.

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>